Namespace:  C1.Xaml
Assembly:  C1.Xaml (in C1.Xaml.dll)

Syntax

C#
public static void SetBinding<T>(
	this FrameworkElement target,
	DependencyProperty dp,
	T source,
	Expression<Func> expr,
	bool converter
)
Visual Basic
<ExtensionAttribute> _
Public Shared Sub SetBinding(Of T) ( _
	target As FrameworkElement, _
	dp As DependencyProperty, _
	source As T, _
	expr As Expression(Of Func), _
	converter As Boolean _
)

Parameters

target
Type: FrameworkElement
dp
Type: DependencyProperty
source
Type: T
expr
Type: System.Linq.Expressions..::..Expression<(Of <(<'Func<(Of <(<'T, TResult>)>)>>)>)>
converter
Type: System..::..Boolean

Type Parameters

T

See Also